From 762ee8f4be208fb2b5a835c045a663ec90fef32e Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 31 Jul 2008 20:15:15 +0000 Subject: [PATCH] Add new fields 'Filename' and 'Format' to doc. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3317 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/xmldoc/chapters/styles.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gpsbabel/xmldoc/chapters/styles.xml b/gpsbabel/xmldoc/chapters/styles.xml index 58e5c6924..abea8f741 100644 --- a/gpsbabel/xmldoc/chapters/styles.xml +++ b/gpsbabel/xmldoc/chapters/styles.xml @@ -1247,6 +1247,18 @@ example: example:POSTAL_CODE, "", "%s" +
+FILENAME +The name of the file where the points were loaded from. Only useable on output!. +example:OFIELD FILENAME, "", "%s" +
+ +
+FORMAT +The name of the input file format the points came from. Only useable on output!. +example:OFIELD FORMAT, "", "%s" +
+
-- 2.30.2